BODY {
	background : #FFFACD;
}
.TexteEnValeur {
	color : Red;
}
/* Espaces de séparation */
P.separation-maxi {
	font-size: 1px;
	margin-bottom: 20px
}
P.separation-standard {
	font-size: 1px;
	margin-bottom: -10px
}

/* Espaces de séparation horisontale */
P.decallage-standard {
	margin-left : 3cm;
}
TABLE.decallage-standard {
	margin-left : 3cm;
}
LI.decallage-standard { 
    margin-left: 3cm
} 
/* Styles de texte */
P.remarque-petite {
	font-size: 11px;
	letter-spacing: -1pt;
	color : Red;
}
P.normal-petite {
	font-size: 12px;
	letter-spacing: 0pt;
	margin-bottom: -15px
}
LI.normal-petite { 
	font-size: 12px;
	letter-spacing: 0pt;
	margin-bottom: -5px
} 
LI {
	margin-left: 1cm;
	margin-top : -2px;
} 
UL {
	margin-top : 2px;
} 
P, TD,OL,LI, DIV {
	font-family: Verdana;
	font-style:normal;
	font-weight: bold;
	font-size: 13px;
	color:black;
	text-decoration:none;
}

/* Titres */
TD.TableauTitre {
	background: #8B4513;
}  
P.TitrePage {
	font-family: Verdana;
	font-style:normal;
	font-weight:bold;
	font-size: 50;
	text-align:center;
	letter-spacing : -2pt;
	color : #FFFACD;
} 
P.SousTitrePage {
	font-family: Verdana;
	font-style:normal;
	font-weight: normal;
	font-size: 36;
	text-align:center;
	letter-spacing : -1pt;
	color : #FFFACD;
}
TD.TitreParagraphe {
	font-family: Verdana;
	font-style:normal;
	font-weight: bold;
	font-size: 15px;
	color:black;
	text-align:justify;
	text-decoration:none;
	background : #F4A460;
} 

/* Gestion du menu horisontal */
TABLE.TableauMenu {
	WIDTH=100%;
	BORDER=0;
	background: #8B4513;
}  
A.LienMenu {
	color: #DEB887;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	letter-spacing: -1pt;
	text-decoration: none;
	line-height : normal;
}
.BarreMenu {
	color: #C0C0C0;
	background: #8B4513;
	font-size: 12pt;
}
